summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* mount.cifs: initialize rc to 0 in mainJeff Layton2009-02-061-1/+1
* mount.cifs: add fakemount (-f) and nomtab (-n) flags to mount.cifsShirish Pargaonkar2009-02-061-3/+9
* netapi: add NetServer testsuite.Günther Deschner2009-02-064-1/+69
* netapi: include more SERVER_INFO_X levels in example code.Günther Deschner2009-02-061-0/+16
* netapi: implement more SERVER_INFO_X levels.Günther Deschner2009-02-061-1/+271
* netapi: add SERVER_INFO_X to public header.Günther Deschner2009-02-061-0/+612
* rerun make idl.Günther Deschner2009-02-063-0/+4531
* netapi: add more SERVER_INFO_X levels.Günther Deschner2009-02-061-0/+613
* s3:net conf: remove check for sharename being a usernam in "net conf addshare"Michael Adam2009-02-061-6/+0
* s3: use pidl to pull a KRB5_EDATA_NTSTATUS.Günther Deschner2009-02-062-42/+6
* s3:idmap_tdb2: untangle assignment and check in idmap_tdb2_alloc_load()Michael Adam2009-02-061-6/+4
* s3:idmap_tdb2: factor lodaing of ranges out into idmap_tdb2_load_ranges()Michael Adam2009-02-061-25/+41
* s3:idmap_tdb2: move together code that belongs together in idmap_tdb2_alloc_loadMichael Adam2009-02-061-7/+8
* s3:idmap_tdb2: streamline idmap_tdb2_sid_to_id,Michael Adam2009-02-061-6/+7
* s3:idmap_tdb: simplify talloc usage with temp context from talloc_stackframeMichael Adam2009-02-061-6/+2
* s3:idmap_tdb: refactor out new function idmap_tdb_load_ranges()Michael Adam2009-02-061-22/+30
* s3:idmap_tdb: use transactions in idmap_tdb_allocate_id()Michael Adam2009-02-061-1/+18
* s3:idmap_tdb: add tmp talloc ctx to idmap_tdb_sid_to_id and remove an fstringMichael Adam2009-02-061-7/+5
* Don't try and delete a default ACL from a file.Günter Kukkukk2009-02-051-4/+8
* umount.cifs: clean-up entries in /etc/mtab after unmountShirish Pargaonkar2009-02-051-1/+33
* s3-eventlog: fix Coverity #877.Günther Deschner2009-02-051-2/+4
* spoolss: move ndr spoolss helper to main librpc dir.Günther Deschner2009-02-051-0/+3
* s3/libads: Change "ldap ssl:ads" parameter to "ldap ssl ads".Karolin Seeger2009-02-053-1/+14
* s3-svcctl: use security descriptor marshall helper in svcctl_set_secdesc().Günther Deschner2009-02-051-9/+7
* Don't use recvall in the proxied np_read_sendVolker Lendecke2009-02-051-6/+12
* Have nmbd check all available interfaces for WINS before failingAravind Srinivasan2009-02-043-4/+9
* Fix bug #Bug 6090 renaming or deleting a "not matching/resolving" symlink is ...Jeremy Allison2009-02-043-30/+88
* s3-lsa: move remaining lsa policy access_mask defines to idl.Günther Deschner2009-02-052-61/+0
* s3-parsing: remove a lot of unused structures and their hand marshalling.Günther Deschner2009-02-054-1450/+0
* s3: use struct netr_Credential in cred_step().Günther Deschner2009-02-051-1/+1
* s3: use samr_RidWithAttribute instead of DOM_GID.Günther Deschner2009-02-052-9/+11
* s3-net: remove unused ENUM_HND.Günther Deschner2009-02-051-3/+0
* s3-eventlog: w00t! remove last traces of old eventlog rpc marshalling.Günther Deschner2009-02-045-112/+1
* s3-eventlog: remove old eventlog server.Günther Deschner2009-02-044-107/+3
* s3-eventlog: remove fixup_eventlog_entry.Günther Deschner2009-02-042-39/+0
* s3-eventlog: remove write_eventlog_tdb.Günther Deschner2009-02-042-105/+0
* s3-eventlog: remove add_record_to_resp.Günther Deschner2009-02-041-26/+0
* s3-eventlog: remove read_package_entry.Günther Deschner2009-02-041-92/+0
* s3-eventlog: remove get_eventlog_record.Günther Deschner2009-02-041-134/+0
* s3-eventlog: remove old hand marshalling for eventlog read call.Günther Deschner2009-02-043-214/+0
* s3-eventlog: make can_write_to_eventlog static.Günther Deschner2009-02-042-2/+1
* s3-rpcclient: fix eventlog read client to read an array of entries.Günther Deschner2009-02-041-17/+50
* Restore correct handling of "is_data_available" for the socket transportVolker Lendecke2009-02-041-0/+13
* s3-eventlog: add my copyright.Günther Deschner2009-02-042-0/+2
* s3-eventlog: use pidl for _eventlog_ReadEventLogW.Günther Deschner2009-02-042-76/+69
* s3-eventlog: add evlog_push_record function.Günther Deschner2009-02-042-0/+32
* s3-eventlog: add evlog_pull_record function.Günther Deschner2009-02-042-0/+36
* s3-net: add "net eventlog export".Günther Deschner2009-02-041-0/+109
* s3-net: add "net eventlog import".Günther Deschner2009-02-041-0/+104
* s3-net: add "net eventlog dump".Günther Deschner2009-02-044-4/+118