summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* merge from APP_HEADGerald Carter2002-09-252-8/+34
|
* Hold lock on NEXTJOB record for a very short time. Jerry needs to add codeJeremy Allison2002-09-241-29/+52
| | | | | to make this rebust w.r.t. stored devicemodes. Jeremy.
* Moved -ve cache check to correct place.Jeremy Allison2002-09-241-10/+10
| | | | Jeremy.
* enum_domains shouldn't crash when there are no domains availableJelmer Vernooij2002-09-241-4/+0
|
* Fix bug in get_methods_by_nameJelmer Vernooij2002-09-242-19/+80
| | | | | | | | | Fix bug in enum_domains Add samtest commands: - lookup_sid - lookup_name - enum_domains - lookup_domain
* - Don't put pointer to sam_domain_handle in sam_methods but single domainsid ↵Jelmer Vernooij2002-09-247-141/+156
| | | | | | | | and domainname - Allocate sam_methods, set domain_sid, domain_name and backend_name in make_sam_methods_backend_entry instead of in the backend - Remove sam_context and domain_sid pointers from the sam_init_function - we don't need those arguments anymore since they're available in sam_methods as well
* This is a first working version of net rpc vampire. First do a net rpcVolker Lendecke2002-09-241-12/+264
| | | | | | | | getsid, then join as a BDC, and then watch net rpc vampire suck out the good stuff out of a PDC :-). It's not perfect, but it does quite a bit for me. Watch out for more. Volker
* Make sure that Alfred Perlstein's changes get into head as smbprint andRichard Sharpe2002-09-242-27/+172
| | | | | | | | that the old one becomes smbprint.old. We still need to hack smbprint some more to make sure that we can pass the username and password in a file rather than on the command line where local hackers can see it.
* Typos! Fix 'em!John Terpstra2002-09-241-1/+1
|
* Removed call to configure for VFS modules.John Terpstra2002-09-241-5/+5
|
* Updated in preparation for samba-3.0.0alpha20John Terpstra2002-09-241-14/+13
|
* Don't uppercase the username and domain in a session setup.Tim Potter2002-09-232-4/+2
|
* Ok, what's this? Samba as a PDC wants to authenticate a user coming inVolker Lendecke2002-09-231-2/+2
| | | | | | | | | | | | | | to a native NT member server. If the logoff time in the samlogon reply is set to something else but infinity, the tree connect to the member server comes back with 'bad uid'. In my traces, NT PDC sends 0x7fff.. always. Weird, but true. I would really like others to double-check this. If you have questions regarding the setup, feel free to ask! Thanks! Volker
* Update some help. People keep forgetting that!Richard Sharpe2002-09-231-1/+3
|
* Add net getlocalsid [name]Richard Sharpe2002-09-231-0/+26
|
* Ok, getting a bit more ambitious. Stop me, if this is wrong. ;-)Volker Lendecke2002-09-234-10/+46
| | | | | | | | | When creating a group you have to take care of the fact that the underlying unix might not like the group name. This change gets around that problem by giving the add group script the chance to invent a group name. It then must only return the newly created numerical gid. Volker
* Cosmetic fix for debug message.Volker Lendecke2002-09-231-2/+1
|
* tdbdump also needs signal.h. Thanks to Guenther Deschner <gd@suse.de>Volker Lendecke2002-09-231-0/+1
| | | | Volker
* Add the ability to view/set the current local domain SIDs.Volker Lendecke2002-09-231-0/+45
| | | | Volker
* * fix getpass checkGerald Carter2002-09-232-389/+390
| | | | * merge in AIX fixes from SAMBA_2_2
* Fix typo.Andrew Bartlett2002-09-231-1/+1
|
* Small, long overdue, fix for libsmbclient.Richard Sharpe2002-09-221-0/+19
|
* Change parsing of policy and privs delta to what Ethereal says.Volker Lendecke2002-09-223-129/+104
| | | | Volker
* Sorry for the new parameter, but I think to really reflect what's comingVolker Lendecke2002-09-212-3/+24
| | | | | | in via deltas, we need a way to set a user's primary group. Volker
* Merge back Richard's FreeBSD sendfile fixes.Jeremy Allison2002-09-213-388/+390
| | | | Jeremy.
* enable 'map hidden' and 'create mask' to allow the new OPEN test toAndrew Tridgell2002-09-211-0/+2
| | | | succeed
* "@" is valid in NetBIOS domain names.Jeremy Allison2002-09-201-1/+1
| | | | Jeremy.
* Add framework for samtest commandsJelmer Vernooij2002-09-202-880/+117
|
* reran autoconfGerald Carter2002-09-201-371/+387
|
* CUPS merge from SAMBA_2_2Gerald Carter2002-09-201-0/+4
|
* change ADS negprot to match more closely the options used by w2k. ThisAndrew Tridgell2002-09-201-5/+3
| | | | affects the principal used and the order of SPNEGO OIDs
* allow --with-krb5 to override the location of the kerberos libs onAndrew Tridgell2002-09-201-12/+18
| | | | redhat
* remove proto headers on realcleanTim Potter2002-09-191-1/+1
|
* Use sendfile in readbraw.Jeremy Allison2002-09-191-11/+56
| | | | Jeremy.
* Move functionality to check whether entries for lp_workgroup() and "BUILTIN"Jelmer Vernooij2002-09-192-69/+98
| | | | | | | | | | | exist and add them if necessary from check_correct_backend_entries into sam_context_check_default_backends. The reason for this is that we don't always want to have BUILTIN and lp_workgroup() in a sam_context, for example when doing sam2sam. check_correct_backend_entries has been renamed to 'check_duplicate_backend_entries' since that's what it currently does. The sam_context_check_default_backends() function is only called by sam_get_static_context(BOOL reload) currently currently.
* tdb tools need #include <signal.h>Jeremy Allison2002-09-193-0/+3
| | | | Jeremy.
* Merge in first command for 'samtest'Jelmer Vernooij2002-09-196-29/+1056
| | | | | Fix small bug in sam/interface.c Make sam backend to default to a define
* trivial comment fixVolker Lendecke2002-09-191-2/+2
|
* Remove hardcoded -I stuff. Hooray!Tim Potter2002-09-191-9/+9
|
* Clean up python extensions in clean target.Tim Potter2002-09-191-3/+6
| | | | | Pass more flags down to setup.py so we don't have to hard code any -I directives.
* Bong! The devmode could be NULL. Don't crash if this is the case.Tim Potter2002-09-191-2/+8
|
* Fixed bug in keyword args for enumprinterdataexTim Potter2002-09-191-1/+1
|
* Moving to subdirectory.Tim Potter2002-09-191-59/+0
|
* Implement printerdata_ex as Python dictionary. Read only at the moment.Tim Potter2002-09-192-22/+64
|
* Added "use sendfile" per share option.Jeremy Allison2002-09-182-2/+13
| | | | Jeremy.
* HPUX sendfile is now detected correctly.Jeremy Allison2002-09-185-846/+1042
| | | | Jeremy.
* printjob merge from APP_HEAD regarding device modesGerald Carter2002-09-186-92/+232
|
* Update introduction somewhatJelmer Vernooij2002-09-181-3/+5
|
* samtest and vfstest binaries shouldn't go into CVS...Jelmer Vernooij2002-09-181-0/+2
|
* Display the repr() of non-string dictionary values.Tim Potter2002-09-181-7/+18
|