summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagsamba-misc-tags/tng/release-alpha-0-10cvs2svn Import User2000-03-0719-79121/+0
| | | 'release-alpha-0-10'.
* preparing for release of alpha.0.10Samba Release Account2000-03-0763-63/+63
|
* jean-francois' tng patch, updated. cleaned up some of theLuke Leighton2000-03-0710-1026/+1033
| | | | global / local variable clashes (found with ./configure.developer)
* more of those wonderful connection-related issues, found by rpctortureLuke Leighton2000-03-0714-1286/+1252
|
* patch from jf who was having difficulty doing cvs commits on TNG.Luke Leighton2000-03-0714-4974/+5686
|
* make protoLuke Leighton2000-03-072-2/+0
|
* From Elrond@Wunder-Nett.org Wed Mar 8 05:16:00 2000Luke Leighton2000-03-074-32/+73
| | | | | | | | | | | | | | | | | Date: Tue, 7 Mar 2000 18:03:39 +0100 From: Elrond <Elrond@Wunder-Nett.org> To: Luke Kenneth Casson Leighton <lkcl@samba.org> Subject: cleanup: sam_enum_domains (passdb) and share info 502 Hi Luke, - munged around with share_info_502, cause I want to integrate ShareGetInfo and ShareEnum more, so both support the same info-levels and there isn't so much doubled code. (note: I want that, it's not currently anywhere near there.) - moved enumdomains from lib/sids.c to samrd/srv_samr_passdb.c, it's only used there.
* POL_HND_SIZE not defined any moreLuke Leighton2000-03-073-35/+4
|
* set user info 2 - 0x12 sorted out, client and server side. i hope.Luke Leighton2000-03-073-24/+65
|
* attempting to get samr_set_userinfo2 info level 0x12 working.Luke Leighton2000-03-073-18/+28
|
* solving issue of cascade joining domain. it's decided that theLuke Leighton2000-03-079-48/+40
| | | | password set is to be an info level 0x12, due to get_usrdom_pwinfo. eh???
* info level 23 password change also has alignment issuesLuke Leighton2000-03-062-4/+8
|
* set_userinfo at level 23 was wrong.Luke Leighton2000-03-067-210/+157
|
* oi! who changed set_tdbsam to set_tdbsid without also changing allLuke Leighton2000-03-062-1/+3
| | | | | | occurrences of get_tdbsam to get_tdbsid!!!! who added global_sid_S_1_1 to tdb_samr_connect?
* patch from elrond for libtool hackLuke Leighton2000-03-063-14/+35
|
* preparing for release of alpha.0.9Samba Release Account2000-03-0663-63/+63
|
* fascinating: may be the answer to some of the login problems: byte orderingLuke Leighton2000-03-063-15/+21
| | | | in passwords. AAGH!
* interesting. had to add code to stop cascade's SMBtconX encrypted passwordLuke Leighton2000-03-061-3/+11
| | | | | from being used, i have a) no idea if it's valid b) no idea how to decode it!
* had to create a table referencing the incoming DCE/RPC context_id to anLuke Leighton2000-03-067-28/+23
| | | | | | internal context id. also fixing issues where i had earlier removed POL_HND_SIZE #define.
* ok, got bigendian byte order requests working.Luke Leighton2000-03-066-6/+11
|
* turns out that POLICY_HND actually contains an RPC_UUID. only found thisLuke Leighton2000-03-0619-1158/+1097
| | | | | out by receiving little-endian DCE/RPC packets and sending big-endian DCE/RPC packets, of course the POLICY_HND was wrong...
* fixing careful alignment IVAL const issuesLuke Leighton2000-03-061-1/+1
|
* first connectathon 2000 tests produces results!Luke Leighton2000-03-062-3/+7
| | | | cascade shows that pipe names are case-insensitive. they send all uppercase.
* careful alignment needs const versions of SVAL, IVAL etc.Luke Leighton2000-03-061-1/+8
|
* preparing for release of alpha.0.8Samba Release Account2000-03-0363-63/+63
|
* unbecome_root()( fix - only actually do an unbecome_rootLuke Leighton2000-03-031-1/+9
| | | | when root depth reaches zero again.
* Check for null tdb context in tdb_exists()Tim Potter2000-03-011-0/+7
|
* Merge of changes from HEAD branch.Tim Potter2000-02-294-66/+200
|
* allow nested become_root() calls. this is a hack.Luke Leighton2000-02-291-5/+7
|
* DCE/RPC header - pack type testsLuke Leighton2000-02-2811-877/+1057
|
* From Elrond@Wunder-Nett.org Tue Feb 29 05:53:10 2000Luke Leighton2000-02-2815-132/+226
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Date: Mon, 28 Feb 2000 17:29:48 +0100 From: Elrond <Elrond@Wunder-Nett.org> To: Luke Kenneth Casson Leighton <lkcl@samba.org> Subject: _samr_query_sec_obj Hi Luke, - moved the SD-generation code out of samrd/srv_samr_sam_tdb.c:_samr_query_sec_obj into its own samrd/samr_util.c - updated the SD to have the same order and include Builtin\Account Operators, as seen on an nt4sp4 ws. - used this function in samrpassd (which was broken here and usrmgr didn't work) and samrtdbd (for consistency) (I can't compile-check samrnt5ldap, so I will send Luke Howard a patch to inspect.) - clean-up: Mainly policy-handles... but also other stuff - debugging and type-checking of data associated with POLICY_HND in samrtdbd (I suspect, there's a problem in sam_query_sec_obj, see the new WARNING, that appears.) - rpcclient/samedit: enumaliases has new option: [-d Domain], so I could do "enumaliases -d Builtin" After this patch my usrmgr worked better, but now it looks like it is thinking, it talks to a WS instead of a server. I can't see the domain-groups, only aliases, and in the user-properties, there are only 3 buttons for "Groups", "Profiles" and "RAS", the others are missing... I tried a long time to find out about it... I failed, so could you have a look at this? [lkcl: this because winregd is returning "i am a wksta"] Okay, and another thing: You seemed to look for the bit on the user-objects, that allows password-changing: I think, it must be 0x0004, cause: Everyone has: 0x2035b Normal user : 0x20044 0x20040 is included in the bits, everyone has, 0x0004 is left over.... Just some thoughts... Elrond
* reversed irix include standard.h patch because it breaks other irixLuke Leighton2000-02-282-624/+566
| | | | configures.
* preparing for release of alpha.0.7Samba Release Account2000-02-2863-63/+63
|
* This commit was manufactured by cvs2svn to create branch 'SAMBA_TNG'.cvs2svn Import User2000-02-281-0/+21
|\
| * Makefile for tdb directory.Tim Potter2000-02-281-0/+21
| |
| * Oops - put back filename argument to tdb_open().Tim Potter2000-02-281-1/+1
| |
| * Modifications to tdb_traverse() arguments to remove compile warnings.Tim Potter2000-02-282-3/+10
| |
| * Allow tdb databases to be created "in memory" without having a fileTim Potter2000-02-281-55/+99
| | | | | | | | | | associated with them. tdb can then be used as a hash table data structure.
| * Added tdbtool to .cvsignore list.Tim Potter2000-02-281-0/+1
| |
| * added enumprintprocessordatatypesJean-François Micouleau2000-02-265-352/+543
| | | | | | | | | | | | now NT is happy and the "always send data in RAW mode" is checked J.F.
| * rewrote enumprinterdata. still a bug in it but reproducing it hard andJean-François Micouleau2000-02-265-586/+619
| | | | | | | | | | | | | | | | | | | | borring. I need a client test program urgently!!! rewrote setprinter, doesn't coredump anymore, and no memleak. J.F.
| * client/client.c:Jeremy Allison2000-02-2511-168/+453
| | | | | | | | | | | | | | libsmb/clientgen.c: Fixes for Win2k smbclient browsing. Other fixes implement smbpasswd -x user to delete users. Also allows swat to do the same. Jeremy.
| * made dynamic the Printer struct. No more limits :-)Jean-François Micouleau2000-02-241-187/+169
| | | | | | | | J.F.
| * converted a couple of bzero() to memset()Jean-François Micouleau2000-02-245-462/+504
| | | | | | | | | | | | | | | | | | | | | | rewrote the printer notify code, so now it's compatible with SP5 and fully dynamic. No more limits on printers and job lists. removed the make_xxx() functions as they are not used and broken fixed a bug in the open handle function. J.F.
| * Multiple-dot scope handling fix from Greg Bowering gb@pobox.comJeremy Allison2000-02-231-2/+2
| | | | | | | | Jeremy.
| * lib/system.c: Fixed gcc warnings.Jeremy Allison2000-02-238-64/+101
| | | | | | | | | | | | nmbd/nmbd_processlogon.c: Use "True" and "False" instead of 1 and 0. Others - preparing for multiple pdu write code. Jeremy.
| * richard got the short request for GETDC right (hooray!) win9x _and_ ntLuke Leighton2000-02-221-11/+24
| | | | | | | | now work.
| * Fix for crash bug from Paul Tyler <pct@ansto.gov.au>.Jeremy Allison2000-02-211-10/+11
| | | | | | | | Jeremy.
| * more rewrite ...Jean-François Micouleau2000-02-215-1335/+1055
| | | | | | | | | | | | comitting before starting on new functions. J.F.
| * Fix for reporting file system attributes correctly.Jeremy Allison2000-02-182-5/+13
| | | | | | | | Jeremy.